-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce blob meta format v2 #796
Conversation
/retest |
@anolis-bot , the test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26919 |
@anolis-bot , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
69339ef
to
1b3cf48
Compare
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26924 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26941 |
@jiangliu , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26946 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26972 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26976 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26983 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/27647 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Use FileMapState for blob meta to reduce duplicated code. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Rename BlobChunkInfoOndisk to BlobChunkInfoV1Ondisk. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Introduce trait BlobMetaChunkInfo so we could introduce other chunk info format later. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Make BlobChunkInfoV1Ondisk private so we could support different chunk information format later. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Change the blob meta implement to prepare for supporting of multiple blob meta formats. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Move chunk v1 related tests into mod v1. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/28344 |
Introduce blob meta chunk info v2 format with better encoding and a 32-bit data field. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/28345 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
LGTM! |
Introduce blob meta format v2